home *** CD-ROM | disk | FTP | other *** search
/ Stone Design / Stone Design.iso / Stone_Apps / DataPhile.app / English.lproj / Export2Accessory.nib / data.classes next >
Encoding:
Text File  |  1996-02-24  |  917 b   |  59 lines

  1. ExportAccessory = {
  2.     OUTLETS = {
  3.     mergeMatrix;
  4.     };
  5.     SUPERCLASS = ImportAccessory;
  6. };
  7. FirstResponder = {
  8.     ACTIONS = {
  9.     save:;
  10.     };
  11.     SUPERCLASS = Object;
  12. };
  13. Export2Accessory = {
  14.     OUTLETS = {
  15.     isRTFSwitch;
  16.     };
  17.     SUPERCLASS = ImportExport;
  18. };
  19. ImportExport = {
  20.     ACTIONS = {
  21.     setRecordDelimiter:;
  22.     setFieldDelimiter:;
  23.     };
  24.     OUTLETS = {
  25.     titleMatrix;
  26.     recordDelimPopUpList;
  27.     delimiterBox;
  28.     placeHolderView;
  29.     fieldDelimPopUpList;
  30.     recordDelimPopUp;
  31.     fieldDelimPopUp;
  32.     };
  33.     SUPERCLASS = Object;
  34. };
  35. ImportAccessory = {
  36.     ACTIONS = {
  37.     setFieldDelimiter:;
  38.     setRecordDelimiter:;
  39.     ok:;
  40.     revert:;
  41.     setSavePath:;
  42.     };
  43.     OUTLETS = {
  44.     titleMatrix;
  45.     delimiterBox;
  46.     placeHolderView;
  47.     recordDelimPopUpList;
  48.     appIconButton;
  49.     getSavePathButton;
  50.     fieldDelimPopUpList;
  51.     recordDelimPopUp;
  52.     runStructureEditorSwitch;
  53.     fieldDelimPopUp;
  54.     customFields;
  55.     customWindow;
  56.     };
  57.     SUPERCLASS = Object;
  58. };
  59.